home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2003 February / PCpro_2003_02.ISO / cdstart.exe / scripts / DefineButton2_147 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-08-29  |  87 b   |  5 lines

  1. on(release){
  2.    fscommand("exec","htmlview/htmlview.exe");
  3.    fscommand("quit");
  4. }
  5.